home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE23
/
PZAZZDEM
/
PZAZZDEM.ZIP
/
VCL16
/
PZCOLDET.DFM
/
PZCOLDET.txt
Wrap
Text File
|
1996-11-12
|
4KB
|
209 lines
object PZColumnDetailsForm: TPZColumnDetailsForm
Left = 259
Top = 152
ActiveControl = NameEdit
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Column Properties'
ClientHeight = 220
ClientWidth = 313
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 4
Width = 297
Height = 173
Caption = '&Properties'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
object Label1: TLabel
Left = 10
Top = 24
Width = 31
Height = 13
Caption = 'Name:'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 10
Top = 52
Width = 49
Height = 13
Caption = 'Alignment:'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 10
Top = 84
Width = 31
Height = 13
Caption = 'Width:'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 10
Top = 112
Width = 50
Height = 13
Caption = 'Allow Sort:'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 10
Top = 144
Width = 63
Height = 13
Caption = 'Allow Resize:'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object NameEdit: TEdit
Left = 84
Top = 22
Width = 193
Height = 21
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object AlignmentEdit: TComboBox
Left = 84
Top = 48
Width = 61
Height = 21
Style = csDropDownList
Ctl3D = True
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 13
Items.Strings = (
'Left'
'Right')
ParentCtl3D = False
ParentFont = False
TabOrder = 1
end
object WidthEdit: TEdit
Left = 84
Top = 78
Width = 45
Height = 21
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 4
ParentFont = False
TabOrder = 2
end
object SortEdit: TComboBox
Left = 84
Top = 108
Width = 101
Height = 21
Style = csDropDownList
Ctl3D = True
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 13
Items.Strings = (
'None'
'Ascending'
'Descending'
'Both')
ParentCtl3D = False
ParentFont = False
TabOrder = 3
end
object ResizeEdit: TComboBox
Left = 84
Top = 140
Width = 61
Height = 21
Style = csDropDownList
Ctl3D = True
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 13
Items.Strings = (
'False'
'True')
ParentCtl3D = False
ParentFont = False
TabOrder = 4
end
end
object OKButton: TBitBtn
Left = 56
Top = 188
Width = 75
Height = 25
Caption = 'OK'
Default = True
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = OKButtonClick
NumGlyphs = 2
end
object CancelButton: TBitBtn
Left = 184
Top = 188
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 2
NumGlyphs = 2
end
end